Fix a compiler warning on MS-Windows due to recent changes.
authorEli Zaretskii <eliz@gnu.org>
Thu, 19 Sep 2013 08:25:43 +0000 (11:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 19 Sep 2013 08:25:43 +0000 (11:25 +0300)
commita89738f34bf563a865061972f0535ef7b7ee31b7
tree02f4963d494a39a51941e4e7bdb3cb72f91f00df
parent1d447729740c0257396ea0b8a1ceda5750e19f8e
Fix a compiler warning on MS-Windows due to recent changes.

 src/w32reg.c (w32_get_string_resource): Make the first 2 arguments
 'const char *' to avoid compiler warnings due to similar change in
 the prototype of x_get_string_resource.
src/ChangeLog
src/w32reg.c